API Reference Guide - CommentInfo Object
Overview
VIDIZMO users can comment on a media to give their views and opinions about the media. Comments are a simple way to provide feedback or simply drop in a note. The comments feature allows you to post a new text comment, either to respond to the video or join in on a conversation already taking place. In VIDIZMO, any user with a Viewer+ role is able to add a comment from the Media's Playback page.
Here we shall be looking at CommentInfo Object in detail to understand the various properties it contains in VIDIZMO REST API Reference.
CommentInfo Object
{
// Primary key of comment object in system. Used to uniquely identify comment in system
"id": ,
// If comment is in moderation, then this status will indicate current moderation status of comment. Possible values of moderation are given below
// PendingForApproval: When comment is awaiting moderation
// Approved: When comment has passed moderation
// Rejected: When moderator has rejected comment
"commentModerationStatus": ,
// Actual content of the comment
"commentContent": ,
// Mashup against which this comment is made
"mashup": // Read: API%20Reference%20Guide%20-%20MashupInfo%20Object.md)